Bulk Action
The CMP
Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. Bulk Action module runs in Spring Boot, and allows users to apply bulk changes to CMP entities, for example editing subscriptions. To perform a bulk action, users provide Excel templates that contain the data to be applied to the entities. CMP converts the Excel file into a CSV
Comma Separated Values. A simple file format used to store tabular data, such as a spreadsheet or database. CSV files can collect the data from tables so that it can be input to another table-oriented application such as a relational database application. file, which is then processed by a batch job.
Users can upload templates and initiate bulk action jobs in the CMP Bulk Action console.
In the console, users can:
- View details previous bulk actions that have been performed
- Drill down into an individual bulk action's details
- Drill down into workflow error details for bulk actions associated with an asynchronous
In telecommunications, transmission of data without the use of an external clock signal, where data is transmitted intermittently rather than in a steady stream. workflow - Download reports for a bulk action
- Generate reports
- Initiate a new bulk action.
See the Bulk Action Console online help for more information on using the console. See CMP Batch Jobs and JSON Schemas for more information on Bulk Action jobs.